home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 3
/
BBS in a box - Trilogy III.iso
/
Files
/
Prog
/
U-Z
/
ViewIt™ 2.2 Shareware
/
Projects
/
THINK C 6.0 Demos
/
MinimumLC.c
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-07-08
|
293 b
|
15 lines
|
[
TEXT/KAHL
]
/* Minimum LC Demonstration Program */
/* ©FaceWare 1991-93. All Rights Reserved. */
#include <string.h>
#include "FaceStorLC.h"
extern struct FaceRec fRec;
void main()
{
strcpy(fRec.uName, "Minimum.Rsrc");
FaceIt(0L,DoInit,0L,0L,0L,0L);
for (;;) {
FaceIt(0L,DoLoop,0L,0L,0L,0L);
}
}